home *** CD-ROM | disk | FTP | other *** search
/ Warriors 2001 to 2002 / Warriors 2001 - 2002 by Southwest.iso / project.dir / 00013_Script_mouserol < prev    next >
Text File  |  2002-03-06  |  193b  |  10 lines

  1. on mouseenter
  2.   set the blend of sprite (the currentspritenum) = 100
  3.   puppetsound 2, "Clink"
  4. end mouseenter
  5. on mouseleave
  6.   
  7.   set the blend of sprite (the currentspritenum) = 0
  8. end
  9.  
  10.